//#### Map orders

//Fleet hold ON
$ChangeOrder
if_Date=6/7/1942
if_Plan=1
//Singapore, Manila, Batavia
xyControl=41,41,Axis
xyControl=59,55,Axis
xyControl=44,35,Axis
actionCountry=8
lifespan=tillTrigger
//order Fleet to stay
xyArea=16,48,29
$End

//Fleet hold OFF
$ChangeOrder
if_Date=6/7/1942
if_Plan=1
//Colombo, Jaffna
xyControl=14,47,Axis
xyControl=14,50,Axis
actionCountry=8
lifespan=tillTrigger
//remove order
xyArea=16,48,0
$End

//Fleet hold auto OFF if less than 2 japanese units
$ChangeOrder
if_Date=8/2/1942
if_Plan=1
//Japan loses 2 units on Ceylon
landUnitInRadius=14,48,-2,3,Axis
actionCountry=8
lifespan=tillTrigger
//remove order
xyArea=16,48,0
$End

//Fleet hold auto OFF
$ChangeOrder
if_Date=9/13/1942
if_Plan=1
actionCountry=8
lifespan=tillTrigger
//remove order
xyArea=16,48,0
$End

//Invasion Forces
$GiveUnit
if_Date=5/24/1942
if_Plan=1
//Singapore, Manila, Batavia
xyControl=41,41,Axis
xyControl=59,55,Axis
xyControl=44,35,Axis
//Pagan
xyControl=89,61,Axis
lifespan=tillTrigger
actionCountry=8
unitID=4
//Kagoshima, Nagasaki
xyArea=70,74
xyArea=70,75
$End

$GiveUnit
if_Date=5/24/1942
if_Plan=1
//Singapore, Manila, Batavia
xyControl=41,41,Axis
xyControl=59,55,Axis
xyControl=44,35,Axis
lifespan=tillTrigger
actionCountry=8
unitID=1
//Hiroshima
xyArea=73,77
$End

//#### Naval

//invasion escorts
$GatherNaval
if_Date=4/26/1942
if_Plan=1
//Singapore, Manila, Batavia
xyControl=41,41,Axis
xyControl=59,55,Axis
xyControl=44,35,Axis
lifespan=tillTrigger
actionCountry=8
navalSupportAssets=9
//Nagasaki
xyArea=70,75
//Truk
xyArea=95,50
$End

//CV fleet
$GatherNaval
if_Date=6/7/1942
if_Plan=1
lifespan=tillTrigger
//Singapore, Manila, Batavia
xyControl=41,41,Axis
xyControl=59,55,Axis
xyControl=44,35,Axis
actionCountry=8
carrierAssets=6
navalSupportAssets=2
battleAssets=2
//Jaffna
xyArea=15,50
//Truk
xyArea=95,50
$End

//Surface fleet #1
$GatherNaval
if_Date=6/7/1942
if_Plan=1
lifespan=tillTrigger
//Singapore, Manila, Batavia
xyControl=41,41,Axis
xyControl=59,55,Axis
xyControl=44,35,Axis
actionCountry=8
navalSupportAssets=4
battleAssets=4
//Colombo
xyArea=13,46
//Truk
xyArea=95,50
$End

//Surface fleet #1
$GatherNaval
if_Date=6/7/1942
if_Plan=1
lifespan=tillTrigger
//Singapore, Manila, Batavia
xyControl=41,41,Axis
xyControl=59,55,Axis
xyControl=44,35,Axis
actionCountry=8
navalSupportAssets=4
battleAssets=4
//Jaffna
xyArea=14,51
//Truk
xyArea=95,50
$End

//#### Invasion
//Japan invades Ceylon
$InvasionHeavy
if_Date=5/24/1942
lifespan=tillTrigger
enemyNavalCheck
//no unit at Wellington
landUnitInRadius=14,48,0,2,Allies
//Jaffna, Colombo
xyControl=14,50,Allies
xyControl=14,47,Allies
actionCountry=8
range=13
landAssets=2
//Ceylon
xyArea=15,48
//Osaka
xyArea=75,77
$End